Resource StructureDefinition/FHIR Server from package de.uk-koeln.nngm.form#1.0.0 (250 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "Profile-nNGM-Observation-Raucherstatus",
"url" : "http://uk-koeln.de/fhir/StructureDefinition/Observation/nNGM/raucherstatus",
"version" : "1.0.0",
"name" : "Profile_nNGM_Observation_Raucherstatus",
"title" : "Profile - nNGM - Observation - Raucherstatus",
"status" : "active",
"description" : "Dieses Profil beschreibt den Raucherstatus des Patienten zum Zeitpunkt der Diagnostik-Anforderung innerhalb des nNGM-Projektes.",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "Observation",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Observation",
"path" : "Observation",
"constraint" : [
{
"key" : "obs-nngm-1",
"severity" : "error",
"human" : "Falls kein Messwert verfügbar ist, muss eine dataAbsentReason angegeben werden",
"expression" : "value.exists().not() implies dataAbsentReason.exists()"
}
]
},
{
"id" : "Observation.status",
"path" : "Observation.status",
"fixedCode" : "final"
},
{
"id" : "Observation.category",
"path" : "Observation.category",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "Observation.category:social-history",
"path" : "Observation.category",
"sliceName" : "social-history",
"label" : "Social-History",
"short" : "Zwingende Kodierung als Social-History zur Herstellung einer Interoperabilität zu nationalen und internationalen Projekten",
"min" : 1,
"max" : "1",
"patternCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "social-history"
}
]
}
},
{
"id" : "Observation.code.coding",
"path" : "Observation.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "Observation.code.coding:loinc",
"path" : "Observation.code.coding",
"sliceName" : "loinc",
"label" : "LOINC",
"short" : "Zwingende LOINC-Kodierung zur Herstellung einer Interoperabilität zu nationalen und internationalen Projekten",
"min" : 1,
"patternCoding" : {
"system" : "http://loinc.org",
"code" : "72166-2"
}
},
{
"id" : "Observation.subject",
"path" : "Observation.subject",
"label" : "Patient",
"short" : "Ein Bezug zum Patienten muss stets gegeben sein",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Group"
]
}
]
},
{
"id" : "Observation.effective[x]",
"path" : "Observation.effective[x]",
"label" : "Erhebungsdatum",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"type" : [
{
"code" : "dateTime"
}
],
"mustSupport" : true
},
{
"id" : "Observation.value[x]",
"path" : "Observation.value[x]",
"label" : "Raucherstatus",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"short" : "Raucherstatus des Patienten",
"type" : [
{
"code" : "CodeableConcept"
}
],
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "http://uk-koeln.de/fhir/ValueSet/nNGM/raucherstatus"
}
},
{
"id" : "Observation.bodySite",
"path" : "Observation.bodySite",
"max" : "0"
},
{
"id" : "Observation.method",
"path" : "Observation.method",
"max" : "0"
},
{
"id" : "Observation.specimen",
"path" : "Observation.specimen",
"max" : "0"
},
{
"id" : "Observation.device",
"path" : "Observation.device",
"max" : "0"
},
{
"id" : "Observation.referenceRange",
"path" : "Observation.referenceRange",
"max" : "0"
},
{
"id" : "Observation.component",
"path" : "Observation.component",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "code"
}
],
"rules" : "open"
}
},
{
"id" : "Observation.component:packYears",
"path" : "Observation.component",
"sliceName" : "packYears",
"max" : "1"
},
{
"id" : "Observation.component:packYears.code",
"path" : "Observation.component.code",
"patternCodeableConcept" : {
"coding" : [
{
"system" : "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
"code" : "C73993"
}
]
}
},
{
"id" : "Observation.component:packYears.value[x]",
"path" : "Observation.component.value[x]",
"label" : "Pack years",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1,
"type" : [
{
"code" : "Quantity"
}
],
"mustSupport" : true
},
{
"id" : "Observation.component:packYears.value[x]:valueQuantity",
"path" : "Observation.component.value[x]",
"sliceName" : "valueQuantity",
"type" : [
{
"code" : "Quantity"
}
]
},
{
"id" : "Observation.component:packYears.value[x]:valueQuantity.value",
"path" : "Observation.component.value[x].value",
"min" : 1
},
{
"id" : "Observation.component:packYears.value[x]:valueQuantity.unit",
"path" : "Observation.component.value[x].unit",
"label" : "PackYears",
"min" : 1,
"fixedString" : "{PackYears}"
},
{
"id" : "Observation.component:packYears.value[x]:valueQuantity.system",
"path" : "Observation.component.value[x].system",
"min" : 1,
"fixedUri" : "http://unitsofmeasure.org"
},
{
"id" : "Observation.component:packYears.value[x]:valueQuantity.code",
"path" : "Observation.component.value[x].code",
"label" : "PackYears",
"min" : 1,
"fixedCode" : "{PackYears}"
},
{
"id" : "Observation.component:packYears.referenceRange",
"path" : "Observation.component.referenceRange",
"contentReference" : "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange"
},
{
"id" : "Observation.component:nichtraucherSeit",
"path" : "Observation.component",
"sliceName" : "nichtraucherSeit",
"max" : "1"
},
{
"id" : "Observation.component:nichtraucherSeit.code",
"path" : "Observation.component.code",
"patternCodeableConcept" : {
"coding" : [
{
"system" : "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
"code" : "C124908"
}
]
}
},
{
"id" : "Observation.component:nichtraucherSeit.value[x]",
"path" : "Observation.component.value[x]",
"label" : "Nichtraucher seit",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"min" : 1,
"type" : [
{
"code" : "Quantity"
}
],
"mustSupport" : true
},
{
"id" : "Observation.component:nichtraucherSeit.value[x]:valueQuantity",
"path" : "Observation.component.value[x]",
"sliceName" : "valueQuantity",
"min" : 1,
"type" : [
{
"code" : "Quantity"
}
]
},
{
"id" : "Observation.component:nichtraucherSeit.value[x]:valueQuantity.unit",
"path" : "Observation.component.value[x].unit",
"fixedString" : "a"
},
{
"id" : "Observation.component:nichtraucherSeit.value[x]:valueQuantity.system",
"path" : "Observation.component.value[x].system",
"fixedUri" : "http://unitsofmeasure.org"
},
{
"id" : "Observation.component:nichtraucherSeit.value[x]:valueQuantity.code",
"path" : "Observation.component.value[x].code",
"fixedCode" : "a"
},
{
"id" : "Observation.component:nichtraucherSeit.referenceRange",
"path" : "Observation.component.referenceRange",
"contentReference" : "http://hl7.org/fhir/StructureDefinition/Observation#Observation.referenceRange"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.